App configuration widget
Manages liveapps settings for Config page
Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-app-configuration-widget></tcla-live-apps-app-configuration-widget>
Inputs
| Attribute | Type | Comments |
|---|---|---|
| appIds | string[] | The list of LA Application IDs you want to handle |
| folderId | string | The organisation folder to store/retrieve documents |
| sandboxId | number | sandboxId - this comes from claims resolver |
| uiAppId | string | The Application ID of the UI (should ideally be unique as it is shared state key) |
Outputs
| Attribute | Type | Comments | |
|---|---|---|---|
| appSelected | EventEmitter |
||
| Event | appSelected | Case Type selected | |
| Payload | CaseType | CaseType object of app selected | |
| configChanged | EventEmitter |
||
| Event | configChanged | Configuration values changed | |
| Payload | CaseCardConfig | CaseCardConfig object when configuration is changed (so called can do a save with data) |
full development Documentation